# $Copyright:	$
# Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 
# Sequent Computer Systems, Inc.   All rights reserved.
#  
# This software is furnished under a license and may be used
# only in accordance with the terms of that license and with the
# inclusion of the above copyright notice.   This software may not
# be provided or otherwise made available to, or used by, any
# other person.  No title to or ownership of the software is
# hereby transferred.
CCS_ROOT=$(LOCALVIEW)/$(MACHINE)/tmpos
CCS_HDRS=$(CONTEXT)/tmpos
CCS_LIBS=$(CONTEXT)/tmpos
ROOT=$(CCS_ROOT)
INCLUDE=-I$(CCS_ROOT)/usr/include -I$(CCS_HDRS)/usr/include
SRC=$(LOCALVIEW)/usr/src
SH=$(TOOLS)/xsh
M4=$(TOOLS)/xm4
MAKE=$(TOOLS)/xmake
LEX=$(TOOLS)/lex
YACC=$(TOOLS)/xyacc YP=$(TOOLS)/lib/yaccpar
TBL=$(TOOLS)/xtbl
TIC=$(TOOLS)/xtic
EC=$(TOOLS)/xec
PACK=$(TOOLS)/xpack
CONFIG=$(TOOLS)/xconfig
MCS=$(TOOLS)/xmcs
CCSPASSWD=$(CCS_ROOT)/etc/passwd
CCSGROUP=$(CCS_ROOT)/etc/group
PUBLIC_ROOT=$(LOCALVIEW)/$(MACHINE)/tmpos_public
#ifdef CRYPT
CRYPT_ROOT=$(LOCALVIEW)/$(MACHINE)/tmpos_crypt
CRYPT_LIBS=$(CONTEXT)/tmpos_crypt
CRYPT_CC=$(TOOLS)/xcc -Yp01ial,$(TOOLS) -YLS,$(CRYPT_LIBS)/lib -YU,$(CRYPT_LIBS)/usr/lib -YLS,$(CCS_LIBS)/lib -YU,$(CCS_LIBS)/usr/lib -Wp,-Z$(CCS_ROOT)/usr/include -Wp,-Z$(CCS_HDRS)/usr/include
CRYPT_LD=$(TOOLS)/xld -Y L,$(CRYPT_LIBS)/lib -Y U,$(CRYPT_LIBS)/usr/lib -YLS,$(CCS_LIBS)/lib -YU,$(CCS_LIBS)/usr/lib 
DES=DES
#endif
